From: | Steven M. Kile |
Date: | 5 May 2001 at 00:26:26 |
Subject: | [D5] Re: File types. Part 2 |
Andrew,
If you do not have your filetype set up to do anything, that is exactly what it will do. The way you are doing it, you are not invoking a filetype. You are merely selecting a bunch of files (that happen to be MP3s) and activating a button that is set up correctly.
If you change the filetype Double-click features to be:
AmigaDOS Echo "Press Ctrl-c to Stop..."
AmigaDOS C:MPEGA -d2 -i -N -T {f}
- Output to window
- Run Async
You can simply double-click on the file and it will play.
The button you have will allow you to play multiple files in succession. There is no conflict if you set up both.
Just as a side note, on my 040/33 MPEGA played MP3s horribly. When I upgraded to 3.9, Amplifier plays them much better. This is just about the only good thing I have to say about 3.9, but I don't want to get another 3.9 discussion going on this list.
--Steve
On 03-May-01, Andrew Bruno wrote:
> Hello folks,
> Ok, I guess to help me with this problem, here is a bit more info:
> This is what I have as the button in the buttonbar - this works.
> Function : AmigaDOS dh2:audio/mp3/mpeg_audio/mpega -n {f}
> So, I go into filetypes and set that up and just drag that onto the
> function.
> If the button works, why wouldn't the filetype?
> To follow up: The class info is this:
> Name: mpeg-Autio
> ID MP3
> Pri 0
> Match Name #?.mp3
> I may add the extra bit with the "press ^C to stop" which was suggested to
> me too.
> Regards
Regards
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein